Bug 85292 – add an icon to gtkentry
authorCody Russell <bratsche@gnome.org>
Fri, 19 Dec 2008 17:44:56 +0000 (17:44 +0000)
committerCody Russell <bratsche@src.gnome.org>
Fri, 19 Dec 2008 17:44:56 +0000 (17:44 +0000)
commitd6ca973cab495f0ef71119fe2ae501dbf2b22efb
tree46fca6edfe2d3eadc59e974b155646f8674781cb
parent8ff5d4ffc4dba1ab870660250e2542d7c1a2dd40
Bug 85292 – add an icon to gtkentry

2008-12-19  Cody Russell  <bratsche@gnome.org>

        Bug 85292 – add an icon to gtkentry

        * gtk/gtkmarshalers.list: Add VOID:INT,BOXED
        * tests/testentryicons.c: Initial icon entry test
        * tests/Makefile.am: Add testentryicons
        * gtk/gtkentry.[ch]: Add API for setting primary/secondary icons
        and other features related to them.

svn path=/trunk/; revision=21914
ChangeLog
gtk/gtkentry.c
gtk/gtkentry.h
gtk/gtkmarshalers.list
tests/Makefile.am
tests/testentryicons.c [new file with mode: 0644]